projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ff1fc
)
; * lisp/textmodes/ispell.el: `subr-x' is only needed at compile time.
author
Noam Postavsky
<npostavs@gmail.com>
Sun, 20 Aug 2017 20:40:35 +0000
(16:40 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Sun, 20 Aug 2017 20:40:35 +0000
(16:40 -0400)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 1c9b3db274808222391de685a59c70d882f83938..e67e603e990e27aa956acc3c21087200bb42ec73 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-107,7
+107,7
@@
;;; Code:
(eval-when-compile (require 'cl-lib))
-(
require 'subr-x
)
+(
eval-when-compile (require 'subr-x)
)
(defvar mail-yank-prefix)